docs: don't use signal syntax for properties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:50:21 +0000 (17:50 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:40 +0000 (18:57 -0500)
docs/reference/gtk/migrating-2to3.xml

index da9f6554b4f1ccfafb9c60d7dc7b5f9a7f949a47..7fe9763330667e01f1bfd3a6992589f66745f44c 100644 (file)
@@ -1141,7 +1141,7 @@ gtk_arrow_draw (GtkWidget *widget,
       by the #GtkScrollable interface which must be implemented by a widget
       that wants to be placed in a #GtkScrolledWindow. Instead of emitting
       ::set-scroll-adjustments, the scrolled window simply sets the
-      #GtkScrollable::hadjustment and #GtkScrollable::vadjustment properties.
+      #GtkScrollable:hadjustment and #GtkScrollable:vadjustment properties.
     </para>
   </section>